home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
code
/
p_serlib.sit
/
Serial Library Source Code
/
interpret.h
< prev
next >
Wrap
Text File
|
1989-07-27
|
577b
|
23 lines
/***********************************************************************/
/*
/* interpret.h
/* by Atul Butte
/* Copyright ⌐ 1989 by Microsoft Corporation
/* All Rights Reserved
/*
/* version 1.0
/*
/*
/* This module provides a routine which will interpret escape
/* characters in place.
/*
/***********************************************************************/
/***********************************************************************/
/*
/* P R O T O T Y P E S
/*
/***********************************************************************/
OSErr interpret( char *pst );